home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / bwave212.zip / TED3.DOC < prev    next >
Text File  |  1992-12-17  |  27KB  |  510 lines

  1.            ┌──────────────────────────────────────────────────┐
  2.            │                                                  │
  3.            │                Tiny EDitor - TED                 │
  4.            │                                                  │
  5.            │                   Version 3.0                    │
  6.            │                    March 1991                    │
  7.            │                                                  │
  8.            └──────────────────────────────────────────────────┘
  9.     TED is a compact, full screen text editor for creating small DOS
  10.     text files (< 64K byte) on IBM-compatible PCs.
  11.  
  12. TED3.ZIP/Binary
  13.  
  14.     Title   : TED 3.0 - Enhanced version of T. Kihlken's Tiny EDitor 
  15.     Keywords: TED EDIT FULL SCREEN EDITOR ASCII TEXT UTILITY 
  16.  
  17.     TED 3.0 adds WordStar compatibility to TED and numerous new commands, 
  18.     such as search and replace, goto line number, shell to DOS, support 
  19.     for colors, move cursor left/right one word, delete word, save block 
  20.     to file, retrieve file, enhanced help and status info, optional display 
  21.     of tabs and EOLs, etc.  TED3.ZIP contains TED3.COM and TED3.DOC.
  22.  
  23.                 CHANGE HISTORY
  24.  
  25.   1.0/1.1   15 Nov 88    Orig and corrected version of TED by Tom Kihlken.
  26.             Reference PC Magazine, Vol. 7, No. 19, 15 Nov 88.
  27.   2.0         6 Aug 89    Enhanced version by James Galbraith [73500,2077]
  28.             adding search, revised EOF & CRLF handling, and help.
  29.   3.0        2 Mar 91    Enhanced version by David King [72421,2215] adding
  30.             WordStar compatibility, color support, new commands
  31.             assigned to shift + and ctrl + function keys, etc.
  32.  
  33.                              TED 3.0 USER'S GUIDE
  34.   INTRODUCTION
  35.  
  36.   TED is a compact, full screen ASCII text editor for IBM compatibles.  It 
  37.   is intended for creating small (<64K byte) DOS text files, such as files 
  38.   containing batch commands, source code, or printer escape sequences.
  39.     
  40.   TED's features include:
  41.  
  42.     - Fast, full screen text editing with extensive cursor control.
  43.     - Simple to use.  Provides on-line help and shift-sensitive function
  44.       key menus.  Supports both function keys and WordStar commands.
  45.     - Support for monochrome or color display adapters (in character mode)
  46.       and screen sizes greater than 80x25.
  47.     - Copying, deleting, or moving lines or blocks of texts.
  48.     - Search and replace commands.
  49.     - Undo capability.
  50.     - Entry and display of all ctrl codes and full IBM character set.
  51.     - Retrieving text from or writing blocks of text to other files.
  52.     - Temporary return to DOS.
  53.     - Small program file size (approximately 12K bytes).
  54.    
  55.   System Requirements:  TED runs on IBM-compatible machines (PC,XT,AT) 
  56.   under DOS 2.0 or later.  It operates in text mode with MDA, Hercules, 
  57.   CGA, EGA, or VGA display adapters.  It requires at least one disk drive
  58.   (floppy or hard) and 150K bytes of free RAM.  
  59.  
  60.   Limitations:  TED is not intended for editing large files or for 
  61.   sophisticated wordprocessing.  File and buffer sizes are limited to 64K 
  62.   bytes.  Line length is limited to 256 characters.  Tabs are fixed at 
  63.   8 column intervals.  TED does not support word wrap.
  64.  
  65.                        USAGE
  66.   To start TED:
  67.  
  68.     TED
  69.     TED FILENAME.EXT
  70.  
  71.   To exit TED (saving changes) or quit (without saving changes):
  72.  
  73.     Press F7 (EXIT)  or  F3 (QUIT/ABORT).
  74.  
  75.   Function key commands (F1-F10, Shift + F1-F10, Ctrl + F1-F10) are shown on
  76.   the menu at bottom of the screen.  The menu changes depending on whether 
  77.   the shift or ctrl key is depressed.  Most WordStar non-document (N) mode 
  78.   control-key commands are supported as alternatives to the function keys.
  79.   Help is available with the F1 key.  When you exit TED and save the file 
  80.   being edited (F7), TED will prompt for the file name (or confirmation) if 
  81.   the file has been modified.  File and buffer sizes are limited to 64K bytes.
  82.  
  83.                  SUMMARY OF COMMANDS (Function Keys)
  84.                                              
  85.  ┌─────┬──────────────────────┬────────────────────────┬──────────────────────┐ 
  86.  │ KEY │        FKey          │      SHIFT + FKey      │     CTRL + FKey      │ 
  87.  ├─────┼──────────────────────┼────────────────────────┼──────────────────────┤ 
  88.  │ F1  │ Help (^J)            │ Setup Options          │ Display Status Line  │ 
  89.  │ F2  │ Find Forward (^QF)   │ Find Next (^L)         │ Replace (^QR)        │ 
  90.  ├─────┼──────────────────────┼────────────────────────┼──────────────────────┤ 
  91.  │ F3  │ Quit [Abort] (^KQ)   │                        │ Replace Next (^L)    │ 
  92.  │ F4  │ Mark/UnMark [Toggle] │ Change Case Marked     │ Show Tabs & EOL      │ 
  93.  ├─────┼──────────────────────┼────────────────────────┼──────────────────────┤ 
  94.  │ F5  │ Cut Marked to PB     │ Copy Marked to PB      │ Duplicate Char       │ 
  95.  │ F6  │ Paste [Buffer=PB]    │ Insert Character Code  │ Insert Ctrl Char     │ 
  96.  ├─────┼──────────────────────┼────────────────────────┼──────────────────────┤ 
  97.  │ F7  │ Save & Exit (^KX)    │ Print Marked on LPT1   │ Eject Page from LPT1 │ 
  98.  │ F8  │ Delete Line (^Y)     │ Delete to EOL (^QY)    │ Delete Word (^T)     │ 
  99.  ├─────┼──────────────────────┼────────────────────────┼──────────────────────┤ 
  100.  │ F9  │ Undelete Line        │ Undel Chars/Words (^U) │ GoTo Line (^QI)      │ 
  101.  │ F10 │ Write PB to File     │ Read File into PB      │ GoTo DOS [Exec]      │ 
  102.  └─────┴──────────────────────┴────────────────────────┴──────────────────────┘ 
  103.                                                                                 
  104.             Note:  WordStar-compatible commands shown in parenthesis.
  105.  
  106.                          SUMMARY OF COMMANDS (Continued)
  107.  
  108.   Keypad            WS        Function
  109.  
  110.   Up/Down/Left/Right Arrow      ^E/^X/^S/^D    Move cursor up/down/left/right
  111.   Ctrl-Left/Right Arrow        ^A/^F        Move cursor left/right
  112.                           one word
  113.   PgUp/PgDn            ^R/^C        Move cursor up/down one screen
  114.   Ctrl-PgUp/PgDn        ^QR/^QC        Move cursor to TOF/EOF
  115.   Home/End            ^QS/^QD        Move to start/end of line
  116.   Ctrl-Home/End                    Scroll screen left/right
  117.                           8 columns
  118.                   ^W/^Z        Scroll screen up/down one line
  119.  
  120.   Del/Backspace            ^G/^H        Delete char at/left of cursor
  121.   Ins                ^V        Toggle Insert/Overstrike mode
  122.                   ^KW        Write a selected (marked) 
  123.                           block of text out to a file
  124.                 ^KR        Read a file into the text
  125.                           buffer
  126.                 ^B        Strip high bit from chars in
  127.                           marked block of text
  128.                 ^N        Split line [insert new line]
  129.  
  130.                   REFERENCE 
  131.   CURSOR KEYS
  132.  
  133.   Cursor keys are located on the numeric keypad (and also on separate cursor 
  134.   keypads on enhanced keyboards).  (Note: The Num Lock key must be released 
  135.   to use the keypad keys on keyboards without a separate keypad.)  Cursor 
  136.   commands are also available using the WordStar (WS) diamond of control-key 
  137.   commands.
  138.  
  139.   Keypad    WS    Function
  140.  
  141.   Up        ^E    Moves the cursor up one row.  If the cursor is at the 
  142.                   top of the screen, the display is scrolled down.
  143.   Down      ^X    Moves the cursor down one row.  If the cursor is at the
  144.                   bottom of the screen, the display is scrolled up.
  145.   Left      ^S    Moves the cursor left one character.
  146.   Right     ^D    Moves the cursor right one character.
  147.  
  148.   PgUp      ^R    Moves the cursor down one screen.
  149.   PgDn      ^C    Moves the cursor up one screen.  
  150.  
  151.   Home      ^QS   Moves the cursor to the start of the current line.
  152.   End       ^QD   Moves the cursor to the end of the current line.
  153.  
  154.   Ctrl-Left  ^A   Moves the cursor left to the first letter of the previous 
  155.           word.
  156.   Ctrl-Right ^F   Moves the cursor right to the first letter of the next word.
  157.  
  158.   Ctrl-PgUp  ^QR  Moves the cursor to the top of the file.
  159.   Ctrl-PgDn  ^QC  Moves the cursor to the end of the file.
  160.  
  161.   Ctrl-Home         Scrolls the screen right eight columns.  
  162.           Use to see portion of line which extends off screen.
  163.           Note:  An inverse diamond in the last column of a row 
  164.           indicates that the line extends off screen.
  165.   Ctrl-End          Scrolls the screen left eight columns.  
  166.  
  167.              ^W   Scrolls the screen up one row.  If the cursor is at the
  168.